Printing Panel Kinds
The printing panel kinds enumeration provides constants for use in thepanelKind
field of the panel setup structure, which is described in the previous section.
enum { gxApplicationPanel= (gxPrintingPanelKind) 0, gxExtensionPanel = (gxPrintingPanelKind) 1, gxDriverPanel = (gxPrintingPanelKind) 2 }; typedef long gxPrintingPanelKind;Constant descriptions
gxApplicationPanel
A panel created for an application.gxExtensionPanel
- A panel created for a printing extension.
gxDriverPanel
- A panel created for a printer driver.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help